/* Screen size col-xl */
@media (min-width: 1201px) {
	.container {
		max-width: 1500px;
	}

	.front-video {
		margin: -150px 0px -150px 0px;
	}
	
	footer {
		background-size: cover;
	}
	
	.form_area, .som_honor_code_area {
		background-size: cover;
	}

	.main_page_block_grey h2 {
		line-height: 40px;
	}
		
	.footer_header {
		margin-top: 50px;
	}
	.footer_header:after {
		width: 50%; /* Change this to whatever width you want. */
		border-bottom: 2px solid #FFF; /* This creates the border. Replace black with whatever color you want. */
	}
	.footer_header:before {
		width: 100%; /* Change this to whatever width you want. */
		border-top: 0px solid #FFF; /* This creates the border. Replace black with whatever color you want. */
	}

	/*.som_page_block_special { height: 200px;}*/

	.carousel-caption {
		right: 10px;
		left: 10px;
		bottom: 100px;
		background-color: #000;
	}

	.carousel-caption-custom {
		right: auto;
		bottom: 55px;
	}

	.carousel-caption h1 {
		color: #FFF;
		line-height: 50px;
		margin: 0px 20px;
		padding: 0px;
		border-bottom: 0px;
	}

	.som_page_block, .som_page_block_special {
		padding: 30px 10px;
	}
	
	.element_one {
		border-width: 0px 2px 0px 0px;
	 }
	 
	 .element_two {
		border-width: 0px 2px 0px 2px;
	 }
	
	.element_three {
		border-width: 0px 2px 0px 2px;
	 }
	 
	 .element_four {
		border-width: 0px 0px 0px 2px;
	 }
}